home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / stevi69s.zip / STEVIE.REQ < prev    next >
Text File  |  1990-04-23  |  2KB  |  51 lines

  1. From KPETERSEN@WSMR-SIMTEL20.ARMY.MIL Mon Apr 23 12:40:16 1990
  2. Date: Sat, 21 Apr 90 22:57:38 -0400
  3. Sender: deng@shire.cs.psu.edu (Mingqi Deng)
  4. Return-Path: <deng@shire.cs.psu.edu>
  5. Received: from shire.cs.psu.edu by WSMR-SIMTEL20.ARMY.MIL with TCP; Mon, 23 Apr 90 08:02:44 MDT
  6. Received: by shire.cs.psu.edu (5.61/PSUCS-1.0)
  7.     id AA05632; Sat, 21 Apr 90 22:57:38 -0400
  8. From: deng@shire.cs.psu.edu (Mingqi Deng)
  9. Message-Id: <9004220257.AA05632@shire.cs.psu.edu>
  10. To: Private mailing list <w8sdz@WSMR-SIMTEL20.ARMY.MIL>
  11. Subject: Stevie 3.69a VI editor for DOS 
  12. Status: R
  13.  
  14.    I recently posted a request for a good DOS VI editor and was recommended
  15. Stevie 3.69a. It is very close to true vi:
  16.     o    escape to DOS
  17.     o    file size limited only by memory
  18.     o    alternate files
  19.     o    tags
  20.     o    yank to register and print registers.
  21.     o     set
  22.     o    autoindent
  23. and lots of stuff, even with a built-in help.
  24.  
  25. Its source in C was posted to comp.sources.misc. I got a copy from 
  26. uunet.uu.net (direcotry:  comp.sources.misc/volume11/stevie3.69a,
  27. anonymos ftp). 
  28.  
  29. But I can not get the binary right. It was developed with MicroSoft 
  30. C 5.1 with compact memory library and Turbo C while I have access only
  31. to MCS C 5.0 with small memory library. The binary I got so far allows 
  32. only 7K for file size (I tested MicroSoft C 5.0 afterwards. Malloc()
  33. function, which is used by stevie to allocate memory, can only allocate
  34. about 64K memory. Hope this is not the case for version 5.1.)
  35.  
  36. Simtel20 has stevie 3.10's binary. It does not have DOS escape and
  37. file size is limited to 64k. Would you find somebody who will be
  38. interested in uploading 3.69a's EXE to simtel? Note that the source in 
  39. uunet's stevie3.69a directory does not have ascii.h, but it can be
  40. found in uunet's volume8/stevie3.69 (I am assuming they are the same,
  41. which is very likely to be true.) I believe the author will not object
  42. to uploading it. You can check with him to make sure.
  43.  
  44. The network IS having problem. I could not ftp into simtel for two
  45. days.
  46.  
  47. Thanks.
  48.  
  49. Mingqi 
  50.  
  51.